net/http.body.sawEOF (field)
9 uses
net/http (current package)
server.go#L1388: if !bdy.sawEOF {
transfer.go#L813: sawEOF bool
transfer.go#L836: if b.sawEOF {
transfer.go#L842: b.sawEOF = true
transfer.go#L851: b.sawEOF = false
transfer.go#L872: b.sawEOF = true
transfer.go#L876: if b.sawEOF && b.onHitEOF != nil {
transfer.go#L975: case b.sawEOF:
transfer.go#L1019: return !b.sawEOF
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |